home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000155_jaltman@watsun.cc.columbia.edu_Sat May 19 12:51:30 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  44 lines

  1. Article: 12451 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: ? Script for retrieving from POP3 server
  6. Date: 19 May 2001 13:35:32 GMT
  7. Organization: Columbia University
  8. Lines: 27
  9. Message-ID: <9e5sr4$lco$1@newsmaster.cc.columbia.edu>
  10. References: <3B006553.C1470406@value.net> <MPG.156e9a569debacb498968f@news.bellatlantic.net> <9e351k$maj$1@newsmaster.cc.columbia.edu> <MPG.157017a3e99d14de989690@news.bellatlantic.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 990279332 21912 128.59.39.2 (19 May 2001 13:35:32 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 19 May 2001 13:35:32 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12451
  16.  
  17. In article <MPG.157017a3e99d14de989690@news.bellatlantic.net>,
  18. John Santos  <john.santos@post.harvard.edu> wrote:
  19. : Thanks for the hint.  I'll check to see if we are still doing this, and
  20. : use this method if appropriate.  (I take it that /NO-TELNET-INIT doesn't
  21. : initiate telnet negotiations, but does respond to them if the remote 
  22. : side initiates them?) 
  23.  
  24. That is correct.  The purpose of /NO-TELNET-INIT is to allow the 
  25. Telnet NVT mode to be used for protocols that require it but whose
  26. implementation does not support telnet negotiations.  
  27.  
  28. It should not be used with services that do send Telnet negotiations
  29. when scripting because it prevents the SET HOST command from 
  30. performing the telnet negotiations.  This can result in unpredictable
  31. behavior from the initial INPUT commands because the telnet negotiations
  32. will be during the INPUT timeout period.  The INPUT command can therefore
  33. fail to find the data it is searching for if the timeout period expires 
  34. before the end of the telnet negotiations.
  35.  
  36. See http://www.kermit-project.org/telnet71.html for additional details
  37. on Kermit's Telnet implementation.
  38.  
  39.  Jeffrey Altman * Sr.Software Designer      C-Kermit 7.1 Alpha available
  40.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  41.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  42.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  43.